<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <title>通知</title>
    <style>
        body {
            font: 12px/160% "Hiragino Sans GB", "Helvetica", "Microsoft YaHei", "SimHei";
            background-color: #cb282e;
            overflow-y: auto;
            background-image: url(2024-02-09-bg.jpg);
            background-position: 50%;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
            min-height: 100 vh;
        }

        .tzc_d_box {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            max-width: 1120px;
            margin: auto;
            height: 700px;
            background: #f3f3f4;
            border: 1px solid #895941;
            background-color: #e8dabe;
        }

        .tzc_x_box {
            width: 80%;
            margin-left: 10%;
            height: 100%;
        }

        .tzc_header {
            width: 100%;
            height: 20%;
            float: left;
            font-size: 30px;
            text-align: left;
            font-weight: bolder;
            line-height: 140px;
            border-bottom: 1px solid #895941;
        }

        .tzc_header img {
            width: auto;
            height: 50px;
            margin-top: 90px;
        }

        .tzc_content {
            width: 100%;
            height: 420px;
            float: left;
            border-bottom: 1px solid #895941;
        }

        .tzc_ct_img {
            width: 30%;
            height: 294px;
            float: left;
            margin-top: 63px;
            position: relative;
        }

        .tzc_ct_img img {
            width: 100%;
            height: auto;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .tzc_ct_n {
            width: 60%;
            height: 420px;
            float: left;
            margin-left: 10%;
            color: #4c3226;
            font-size: 23px;
        }

        .tzc_ct_n div {
            width: 100%;
            height: 60px;
            float: left;
        }

        .tzc_ct_n div:nth-of-type(1) {
            margin-top: 90px;
            line-height: 60px;
        }

        .tzc_ct_n div:nth-of-type(2) {
            text-indent: 2em;
            margin-top: 10px;
            height: 70px;
            line-height: 35px;
        }

        .tzc_ct_n div:nth-of-type(3) {
            text-indent: 2em;
            line-height: 112px;
        }

        .tzc_ct_n div:nth-of-type(4) {
            text-align: right;
            margin-top: 80px;
            line-height: 60px;
        }

        .tzc_footer {
            width: 100%;
            height: 20%;
            float: left;
            font-size: 30px;
            text-align: right;
            line-height: 140px;
            font-weight: bolder;
        }

        .tzc_dengl {
            position: fixed;
            left: 0;
            top: 0;
            width: 200px;
        }

        .tzc_dengr {
            position: fixed;
            right: 0;
            top: 0;
            width: 200px;
        }
    </style>
</head>

<body>
    <div class="tzc_d_box">
        <div class="tzc_dengl"></div>
        <div class="tzc_dengr"></div>
        <div class="tzc_x_box">
            <div class="tzc_header">
                <img src="/logo.png" alt="">
            </div>
            <div class="tzc_content">
                <div class="tzc_ct_img"><img src="/3.png" alt=""></div>
                <div class="tzc_ct_n">
                    <div>尊敬的学员：</div>
                    <div>系统正在更新运维数据,工作时间可正常使用!
                    </div>
                    <div>感谢理解支持！</div> 
                </div>
            </div>
            <div class="tzc_footer"></div>
        </div>
    </div>
</body>

</html>